home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 34 / PC Gamer IT CD 34 2-2.iso / utility / rccd30103 / _SETUP.1 / Rccd.exe / 0 / RCDATA / TFRMDRIVESEL / TFRMDRIVESEL.txt
Text File  |  1998-09-03  |  1KB  |  59 lines

  1. object FrmDriveSel: TFrmDriveSel
  2.   Left = 343
  3.   Top = 112
  4.   BorderStyle = bsDialog
  5.   Caption = 'CD Drive Selection'
  6.   ClientHeight = 160
  7.   ClientWidth = 250
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 217
  21.     Height = 53
  22.     AutoSize = False
  23.     Caption = 
  24.       'Mote than one CD drive has ben detected on this computer. Please' +
  25.       ' select the drive to use. This can be changed later in the Prope' +
  26.       'rties dialog.'
  27.     WordWrap = True
  28.   end
  29.   object btnOK: TButton
  30.     Left = 40
  31.     Top = 128
  32.     Width = 75
  33.     Height = 25
  34.     Caption = '&OK'
  35.     Default = True
  36.     TabOrder = 0
  37.     OnClick = btnOKClick
  38.   end
  39.   object btnCancel: TButton
  40.     Left = 132
  41.     Top = 128
  42.     Width = 75
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = '&Cancel'
  46.     TabOrder = 1
  47.     OnClick = btnCancelClick
  48.   end
  49.   object cbDriveSelect: TComboBox
  50.     Left = 52
  51.     Top = 84
  52.     Width = 145
  53.     Height = 21
  54.     Style = csDropDownList
  55.     ItemHeight = 13
  56.     TabOrder = 2
  57.   end
  58. end
  59.